home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 19
/
CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso
/
CUCD
/
Online
/
MiamiSDK
/
netinclude
/
netinet
/
igmp_var.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-12-04
|
231 b
|
20 lines
#ifndef _NETINET_IGMP_VAR_H_
#define _NETINET_IGMP_VAR_H_
#ifndef _SYS_SYSCTL_H_
#include <sys/sysctl.h>
#endif
/*
* Names for IGMP sysctl objects
*/
#define IGMPCTL_MAXID 1
#define IGMPCTL_NAMES { \
{ 0, 0 }, \
}
#endif